XML Einrichten Version 1.3
Contact Complex Type
XML Einrichten Version 1.3 : Contact Complex Type
Beschreibung
Segment für Kontaktinormationen
Namensraum (none)
Diagramm
ContactType Element CommunicationAdress Element CommunicationCode Element Sequence ContactCommunication Element ContactCode Element ContactFirstName Element ContactSurName Element Sequence Contact Complex Type
Overview
Contact
Segment für Kontaktinormationen
Sequence
ContactSurName optional Restriction of xs:string
Nachname der Kontaktperson
ContactFirstName optional Restriction of xs:string
Vorname der Kontaktperson
ContactCode optional Restriction of xs:string
Kurzzeichen der Kontaktperson
ContactCommunication 0..9 ContactCommunication Complex Type
Block für die Kommunikationsdaten
Sequence
CommunicationCode Restriction of xs:string
Typ der Kommunikationsadresse
Codeliste:
EM = eMail
FX = Fax
TE = Telefon
AL = MobilTelefon
TCommunication Type
Code list:
EM = eMail
FX = Fax
TE = Phone
AL = Mobile phone
CommunicationAdress Restriction of xs:string
Kommunikationsadresse zum davor festgelegten Kommunikationstyp
ContactType optional Restriction of xs:string
Info zu welchem Thema der Kontakt Ansprechpartner ist
Relevant für den EUDR Prozess
Codeliste:
MC = EUDR Ansprechpartner
Info on which topic the contact is the contact person
Relevant for the EUDR process
Code list:
MC = EUDR Ansprechpartner
Verwendet von
ContactPerson Element
Quelle
<xs:complexType name="Contact" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Segment für Kontaktinormationen</xs:documentation>
    <xs:documentation xml:lang="en">Group for contact information</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ContactSurName" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Nachname der Kontaktperson</xs:documentation>
        <xs:documentation xml:lang="en">Surname of the contact</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="35" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ContactFirstName" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Vorname der Kontaktperson</xs:documentation>
        <xs:documentation xml:lang="en">First name of the contact</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="35" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ContactCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Kurzzeichen der Kontaktperson</xs:documentation>
        <xs:documentation xml:lang="en">Ident of the contact</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="35" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ContactCommunication" type="ContactCommunication" minOccurs="0" maxOccurs="9">
      <xs:annotation>
        <xs:documentation xml:lang="de">Block für die Kommunikationsdaten</xs:documentation>
        <xs:documentation xml:lang="en">Group for the communication data</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ContactType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>Info zu welchem Thema der Kontakt Ansprechpartner ist</dt>
            <dt>Relevant für den EUDR Prozess</dt>
            <dt>Codeliste:  </dt>
            <dt>MC = EUDR Ansprechpartner</dt>
          </dl>
        </xs:documentation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>Info on which topic the contact is the contact person</dt>
            <dt>Relevant for the EUDR process</dt>
            <dt>Code list:  </dt>
            <dt>MC = EUDR Ansprechpartner</dt>
          </dl>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="3" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Siehe auch
XML Einrichten Version 1.3